feat: add oCIS 8.1.0-rc.2 image (release candidate, exact tag only)#21
Draft
DeepDiver1975 wants to merge 1 commit into
Draft
feat: add oCIS 8.1.0-rc.2 image (release candidate, exact tag only)#21DeepDiver1975 wants to merge 1 commit into
DeepDiver1975 wants to merge 1 commit into
Conversation
owncloud/ocis will soon tag 8.1.0-rc.2. Add it to the build matrix so CI builds and publishes owncloud/ocis:8.1.0-rc.2 once the upstream git tag exists. The RC carries no floating tags (extra-tags: ""): 8.1/8/latest track the latest stable release and must not be repointed at unreleased RC code. Only 8.1.0-rc.2 and the date-qualified 8.1.0-rc.2-YYYYMMDD tags are published. The version uses upstream's dotted convention (v8.1.0-rc.2). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
owncloud/ocis will soon tag
8.1.0-rc.2. This adds it to the release build matrix so CI builds and publishesowncloud/ocis:8.1.0-rc.2once the upstreamv8.1.0-rc.2git tag exists..github/workflows/main.ymlwith no floating tags (extra-tags: "").8.1/8/latesttrack the latest stable release and must not be repointed at unreleased RC code, nor race the stable8.0.5entry for the8tag.8.1.0-rc.2and the date-qualified8.1.0-rc.2-YYYYMMDD.v8.1.0-rc.2), consistent with every prior oCIS RC tag and the previous8.1.0-rc.1entry.Notes
Upstream has not yet tagged
v8.1.0-rc.2(onlyv8.1.0-rc.1exists at time of writing). This PR prepares the matrix entry ahead of the tag — themasterbuild will only go green once owncloud/ocis publishes it.pull_requestbuilds do not push, so opening this PR is safe.v8/.trivyignoreis intentionally untouched; any new unfixable CVEs can be added once the upstream tag is published and CI scans the image.Verification
extra-tags: ""and the stable8.0.5entry is unchanged.status.php.productversion==8.1.0-rc.2) → push.🤖 Generated with Claude Code